←Select platform

BinaryRasterRegionData Constructor(byte[])

Summary

Initializes a new instance of the BinaryRasterRegionData class.

Syntax

C#
VB
C++
public BinaryRasterRegionData( 
   byte[] data 
) 
  
Public Function New( _ 
   ByVal data() As Byte _ 
) 
public: 
BinaryRasterRegionData(  
   array<byte>^ data 
) 

Parameters

data
Array of bytes that describes the region data.

Remarks

To update an existing region, specify how the new region is to be combined with the existing one using the RasterRegionData.CombineMode property. For more information, refer to RasterRegionCombineMode.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Services.Raster.DataContracts Assembly